OnSeekBarChangeListener

A callback that notifies clients when the progress level has been changed. This includes changes that were initiated by the user through a touch gesture or arrow key/trackball as well as changes that were initiated programmatically.

Functions

Link copied to clipboard
abstract fun onProgressChanged(seekBar: SeslSeekBar, progress: Int, fromUser: Boolean)
Notification that the progress level has changed.
Link copied to clipboard
abstract fun onStartTrackingTouch(seekBar: SeslSeekBar)
Notification that the user has started a touch gesture.
Link copied to clipboard
abstract fun onStopTrackingTouch(seekBar: SeslSeekBar)
Notification that the user has finished a touch gesture.